home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / en-US.jar / locale / en-US / mozapps / extensions / extensions.dtd < prev    next >
Text File  |  2006-08-23  |  7KB  |  117 lines

  1. <!ENTITY addons.title                     "Add-ons">
  2.  
  3. <!-- Default window size for the addon manager in pixels -->
  4. <!ENTITY em.width                         "520">
  5. <!ENTITY em.height                        "380">
  6.  
  7. <!ENTITY cmd.info.commandKey              "i">
  8. <!ENTITY cmd.options.commandKey           ",">
  9. <!ENTITY cmd.close.commandKey             "w">
  10.  
  11. <!-- View labels -->
  12. <!ENTITY extensions.label                 "Extensions">
  13. <!ENTITY themes.label                     "Themes">
  14. <!ENTITY locales.label                    "Languages">
  15. <!ENTITY plugins.label                    "Plugins">
  16. <!ENTITY update.label                     "Updates">
  17. <!ENTITY install.label                    "Installation">
  18.  
  19. <!-- Command Bar items -->
  20. <!ENTITY cmd.checkUpdatesAll.label        "Find Updates">
  21. <!ENTITY cmd.checkUpdatesAll.accesskey    "F">
  22. <!ENTITY cmd.checkUpdatesAllAddon.tooltip "Finds Updates to your Add-ons">
  23. <!ENTITY cmd.checkUpdatesAllTheme.tooltip "Finds Updates to your Themes">
  24. <!ENTITY cmd.installLocalFile.label       "Install...">
  25. <!ENTITY cmd.installFile.accesskey        "I">
  26. <!ENTITY cmd.installFileAddon.tooltip     "Install an Add-on">
  27. <!ENTITY cmd.installFileTheme.tooltip     "Install a Theme">
  28. <!ENTITY cmd.installUpdatesAll.label      "Install Updates">
  29. <!ENTITY cmd.installUpdatesAll.accesskey  "I">
  30. <!ENTITY cmd.installUpdatesAll.tooltip    "Installs the selected updates">
  31. <!ENTITY cmd.restartApp.label             "Restart &brandShortName;">
  32. <!ENTITY cmd.restartApp.accesskey         "R">
  33. <!ENTITY cmd.restartApp.tooltip           "Restarts &brandShortName; to finish the installation">
  34. <!ENTITY cmd.skip.label                   "Skip">
  35. <!ENTITY cmd.skip.accesskey               "S">
  36. <!ENTITY cmd.skip.tooltip                 "Skip these updates">
  37. <!ENTITY cmd.continue.label               "Continue">
  38. <!ENTITY cmd.continue.accesskey           "C">
  39. <!ENTITY cmd.continue.tooltip             "Continue loading &brandShortName;">
  40.  
  41. <!ENTITY cmd.enableAll.label              "Enable All">
  42. <!ENTITY cmd.enableAll.accesskey          "a">
  43. <!ENTITY cmd.enableAll.tooltip            "Enable all displayed Add-ons">
  44. <!ENTITY cmd.disableAll.label             "Disable All">
  45. <!ENTITY cmd.disableAll.accesskey         "s">
  46. <!ENTITY cmd.disableAll.tooltip           "Disable all displayed Add-ons">
  47.  
  48. <!-- Displayed in the selected Add-on's richlistitem and context menu -->
  49. <!ENTITY cmd.useTheme.label               "Use Theme">
  50. <!ENTITY cmd.useTheme.accesskey           "T">
  51. <!ENTITY cmd.useTheme.tooltip             "Changes &brandShortName;'s Theme">
  52. <!ENTITY cmd.options.label                "Options">
  53. <!ENTITY cmd.options.accesskey            "O">
  54. <!ENTITY cmd.options.tooltip              "Set Options for the selected Extension">
  55. <!ENTITY cmd.optionsUnix.label            "Preferences">
  56. <!ENTITY cmd.optionsUnix.accesskey        "r">
  57. <!ENTITY cmd.optionsUnix.tooltip          "Edit Preferences for the selected Extension">
  58. <!ENTITY cmd.enable.label                 "Enable">
  59. <!ENTITY cmd.enable.accesskey             "E">
  60. <!ENTITY cmd.enable.tooltip               "Enable this Add-on when &brandShortName; is restarted">
  61. <!ENTITY cmd.disable.label                "Disable">
  62. <!ENTITY cmd.disable.accesskey            "D">
  63. <!ENTITY cmd.disable.tooltip              "Disable this Add-on when &brandShortName; is restarted">
  64. <!ENTITY cmd.uninstall.label              "Uninstall">
  65. <!ENTITY cmd.uninstall2.accesskey         "U">
  66. <!ENTITY cmd.uninstall2.tooltip           "Uninstall this Add-on when &brandShortName; is restarted">
  67. <!ENTITY cmd.cancelUninstall.label        "Cancel Uninstall">
  68. <!ENTITY cmd.cancelUninstall.accesskey    "C">
  69. <!ENTITY cmd.cancelUninstall.tooltip      "Cancel the uninstall of this Add-on">
  70. <!ENTITY cmd.installUpdate.label          "Install Update">
  71. <!ENTITY cmd.installUpdate.accesskey      "I">
  72. <!ENTITY cmd.installUpdate.tooltip        "Install an update for this Add-on">
  73. <!-- The selected add-on's cancel action button label -->
  74. <!ENTITY cancel.label                     "Cancel">
  75. <!ENTITY cancel.accesskey                 "C">
  76.  
  77. <!-- Only displayed in the selected Add-on's context menu -->
  78. <!ENTITY cmd.homepage.label               "Visit Home Page">
  79. <!ENTITY cmd.homepage.accesskey           "H">
  80. <!ENTITY cmd.about2.label                 "About this Add-on">
  81. <!ENTITY cmd.about.accesskey              "A">
  82. <!ENTITY cmd.checkUpdate.label            "Find Update">
  83. <!ENTITY cmd.checkUpdate.accesskey        "F">
  84.  
  85. <!ENTITY cmd.includeUpdate.label          "Include Update">
  86. <!ENTITY cmd.includeUpdate.accesskey      "n">
  87. <!ENTITY includeUpdate.label              "Include this update">
  88. <!ENTITY includeUpdate.accesskey          "n">
  89. <!ENTITY includeUpdate.tooltip            "Include this Add-on when installing the updates">
  90.  
  91. <!-- Status Messsages -->
  92. <!ENTITY needsDependencies.label          "Requires additional items.">
  93. <!ENTITY blocklisted.label                "Disabled for your protection.">
  94. <!ENTITY toBeDisabled.label               "This add-on will be disabled when &brandShortName; is restarted.">
  95. <!ENTITY toBeEnabled.label                "This add-on will be enabled when &brandShortName; is restarted.">
  96. <!ENTITY toBeInstalled.label              "This add-on will be installed when &brandShortName; is restarted.">
  97. <!ENTITY toBeUninstalled.label            "This add-on will be uninstalled when &brandShortName; is restarted.">
  98. <!ENTITY toBeUpgraded.label               "This add-on will be upgraded when &brandShortName; is restarted.">
  99.  
  100. <!ENTITY getExtensions.label              "Get Extensions">
  101. <!ENTITY getExtensions.tooltip            "Get Extensions from extensions.flock.com">
  102. <!ENTITY getThemes.label                  "Get Themes">
  103. <!ENTITY getThemes.tooltip                "Get Themes from extensions.flock.com">
  104. <!ENTITY previewNoThemeSelected.label     "No Theme Selected">
  105. <!ENTITY previewNoPreviewImage.label      "This Theme does not have a Preview Image">
  106. <!ENTITY moreInfo.label                   "More Information">
  107. <!ENTITY closeMessage.tooltip             "Close this message">
  108.  
  109. <!ENTITY updateSuccess.label              "Update completed successfully.">
  110. <!ENTITY installSuccess.label             "Install completed successfully.">
  111. <!ENTITY installSuccessRestart.label      "Restart to complete the installation.">
  112. <!ENTITY installWaiting.label             "Waiting...">
  113. <!ENTITY installIncompatibleUpdate.label  "Checking compatibility...">
  114. <!ENTITY installFinishing.label           "Installing...">
  115. <!ENTITY installFailure.label             "Install failed.">
  116.  
  117.